MultiGraphSetLogarithmicScale

 

Activate/disable the 'Log Scale Intervals' option of the multi-data trend.  When the value of graph is concentrated at a small value, this can enlarge the small value area.

 

void @MultiGraphSetLogarithmicScale(string classname, int active, double base);

 

Parameters

string classname : class name of multi-graph

int active : Use (0=not used, 1=use)

double base : Base of log

 

Return Value

None

 

Example 1

@MultiGraphSetLogarithmicScale("MultiGraph1", 1, 10);

 

Description : Display the graph of the MultiGraph1 object at log scale intervals (Base value 10) setting.

 

Version Information

Supported Version: 10.3.6

 

Related Helps

@MultiGraphAddTag()

@MultiGraphClear()

@MultiGraphDeleteTag()

@MultiGraphGetCursor1Data()

@MultiGraphGetCursor2Data()

@MultiGraphGetCursorData()

@MultiGraphGetDataSize()

@MultiGraphSetAlarmLineStyle()

@MultiGraphSetAlarmLIneThick()

@MultiGraphSetBackColor()

@MultiGraphSetBasicLevel()

@MultiGraphSetDataCycle()

@MultiGraphSetDataSize()

@MultiGraphSetGridLine()

@MultiGraphSetLogarithmicScale()

@MultiGraphSetPanelBackColor()

@MultiGraphSetPanelTextColor()

@MultiGraphSetVisible()